doe_predict Function

public function doe_predict(mdl, x, alpha) result(pred)

Computes predictions with confidence and prediction intervals.

Arguments

Type IntentOptional Attributes Name
class(doe_model), intent(in) :: mdl

The fitted DOE model.

real(kind=real64), intent(in), dimension(:,:) :: x

The M-by-N matrix at which to evaluate the model.

real(kind=real64), intent(in), optional :: alpha

Significance level (default 0.05 for 95% CI).

Return Value type(doe_prediction)

The predictions with intervals.